runtime.debugLogWriter.varint (method)
4 uses
	runtime (current package)
		debuglog.go#L114: 		l.w.varint(int64(gp.m.p.ptr().id))
		debuglog.go#L116: 		l.w.varint(-1)
		debuglog.go#L222: 	l.w.varint(x)
		debuglog.go#L465: func (l *debugLogWriter) varint(x int64) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |